home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr10 / froff.zip / READ.ME < prev    next >
Text File  |  1993-01-24  |  3KB  |  62 lines

  1.             FROFF, AN EMULATOR OF THE RUNOFF TEXT PROCESSOR
  2.  
  3. FROFF is a text processor for fixed pitch (not proportionally spaced) printers. 
  4. FROFF accepts the same set of embedded dot commands as the Runoff program which 
  5. was used for text processing on DECsystem10 computers. FROFF provides nearly 
  6. all of the features supported by Runoff with the exception of Runoff's 
  7. conditional IF and IFNOT commands. FROFF allows much greater control of the 
  8. appearance of the processed text, and provides many features not provided by 
  9. Runoff. 
  10.  
  11. FROFF's carriage controls will operate correctly if it is used to print 
  12. directly to a printer (device PRN). However, if FROFF is used to produce an 
  13. output file, then the output file will have Fortran's carriage controls in 
  14. column 1. For example, the digit 1 will appear in column 1 of the first line on 
  15. a new page. A program named FIXFORT is provided which will strip out the left 
  16. character in each line and insert form feed characters where appropriate. 
  17.  
  18. FROFF is really meant for the person who has to maintain documents originally 
  19. written on the DECsystem10, and which are still in Runoff form. If you are 
  20. moving Runoff files from the DECsystem10 to the PC, you probably should process 
  21. them with the FIXCRLF program, which is enclosed, to remove any nulls in the 
  22. file before processing the file with FROFF. A DECsystem10 file is always filled 
  23. out with nulls at the end of the file to expand the file to an integral number 
  24. of words (5 bytes). Depending upon how it was created, a DECsystem10 file may 
  25. also have nulls inserted after the CRLF at the end of each line to expand the 
  26. line to an integral number of words. FROFF would treat these nulls as words. 
  27.  
  28. The following files are contained in this package:
  29.  
  30.    READ.ME        This file
  31.    FROFF.DOC      The instruction manual. 120 single spaced pages.
  32.    FROFF.EXE      The FROFF program
  33.    FIXFORT.EXE    Program to convert Fortran's carriage controls
  34.    FIXFORT.FOR    Source code for FIXFORT
  35.    FIXCRLF.EXE    Program to remove nulls and EOF characters
  36.    FIXCRLF.FOR    Source code for FIXCRLF
  37.  
  38.    SAMPLE1.TRY ... SAMPLE5.TRY   Five examples from the manual
  39.    SAMPLE1.GET ... SAMPLE5.GET   Results of using FROFF to process .TRY files
  40.    SAMPLE1.TXT ... SAMPLE5.TXT   Results of using FIXFORT to process .GET files
  41.    SAMPLE2.ADR, SAMPLE3.ADR      Address files for SAMPLE2.TRY & SAMPLE3.TRY
  42.  
  43. There is no charge for the use of the FROFF program. This program can be freely 
  44. copied and distributed provided that any fee which is charged is no more than 
  45. the combined media, reproduction, distribution and downloading costs, together 
  46. with a reasonable handling charge, and provided that all of the files listed 
  47. above are distributed with the program. This program is not to be distributed 
  48. with a commercial product, sold for profit, or distributed in modified form. 
  49.  
  50. The FROFF program is offered on an as-is basis without any guarantee or
  51. warranty of any kind. You use this program entirely at your own risk. The
  52. author will not be liable for any losses or damages of any kind resulting from
  53. the use of this program. By using this program, you agree to this.
  54.  
  55.    Donald Barth
  56.    Office of the University Publisher
  57.    Harvard University
  58.    219 Western Avenue, Allston MA 02134
  59.  
  60.                                                            January 15, 1993
  61.  
  62.